home *** CD-ROM | disk | FTP | other *** search
- .KEY NEWN,PATHF,FN
- .BRA {
- .KET }
- ;lower task pri to not take over system.
- changetaskpri -1
- ; delete any items in archives starting with zz, or ending in foo
- ; or ending with displayme-----Be careful what you delete!
- ;
- lha -m -n -q d "{PATHF}" ZZ#? #?foo #?displayme
- ; now add in my text
- lha -m -n -q -2 a "{PATHF}" s:MyBBS.Displayme
-